home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / demos / ampro.zip / AUTOMATE.BAT < prev    next >
DOS Batch File  |  1993-02-01  |  3KB  |  47 lines

  1. @Echo off
  2.  
  3. REM **************************************************************************
  4. REM *  Sample Batch file for setting up AutoMate/PRO to run with AutoCAD    **
  5. REM **************************************************************************
  6. REM *                                                                        *
  7. REM *  This file contains the commands that must be executed before config-  *
  8. REM *  uring or running AutoCAD so that AutoCAD will be able to find and     *
  9. REM *  invoke the AutoMate/PRO display and rendering driver.                 *
  10. REM *                                                                        *
  11. REM *                                                                        *
  12. REM *  Note: The SET ACADDRV statement shown below is needed for AutoCAD 12  *
  13. REM *        to tell AutoCAD where to find the drivers. The ACAD12\DRV      *
  14. REM *        directory contains the Display, Digitizer and Plotter drivers   *
  15. REM *        supplied by Autodesk for ACAD 12. The ACAD12 directory name     *
  16. REM *        may be different on your system. The C:\AUTOMATE directory     *
  17. REM *        contains the AutoMate/PRO display driver.                       *
  18. REM *                                                                        *
  19. REM *        It is very important that the ACADDRV variable get set correct- *
  20. REM *        ly so that AutoCAD 12 will find the Digitizer, and Plotter      *
  21. REM *        drivers as well as the AutoMate/PRO display/rendering driver.   *
  22. REM **************************************************************************
  23.  
  24. REM ** The three SET statements below are for AutoCAD 11 , 10_c10,   **
  25. REM ** 3D-Studio and AutoShade 2.X.                                  **
  26. REM ** If you are Not going to be using 3D-Studio or AutoShade, you  **
  27. REM ** can remove the SET RCPADI and SET RDPADI statements.          **
  28.  
  29. @Echo on
  30.  
  31. SET DSPADI=C:\AUTOMATE\RCAMATE.EXP
  32. SET RCPADI=C:\AUTOMATE\RCAMATE.EXP
  33. SET RDPADI=C:\AUTOMATE\RCAMATE.EXP
  34.  
  35. @Echo off
  36.  
  37. REM ** The SET statements below are examples for setting two other        **
  38. REM ** variables that Must be set before running AutoCAD Release 12.      **
  39.  
  40. REM ** IMPORTANT: If your AutoCAD 12 Drive or Directory is different      **
  41. REM **            than the directory shown below, you will have to change **
  42. REM **            them before using this batch file for AutoCAD 12.       **
  43.  
  44. @Echo on
  45.  
  46. SET ACAD=D:\ACAD12\SUPPORT;D:\ACAD12\FONTS;D:\ACAD12\ADS
  47. SET ACADDRV=D:\ACAD12\DRV;C:\AUTOMATE